home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Programmer's Utilities / Freeman Installer / execwait.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-10  |  125 b   |  5 lines

  1. #define __EXECWAIT_H
  2.  
  3. int execasyn(char cmdl[], WORD showcmd);
  4. int execwait(char cmdl[], WORD showcmd, DWORD *exitcode);
  5.